home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
.net 1997 June
/
net 33
/
NET33PC.iso
/
mac
/
NET33PC
/
NETCD33.Dxr
/
00179_OD sub script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-05-12
|
236 b
|
19 lines
on enterFrame
if rollOver(5) then
go("main")
end if
if rollOver(20) then
go("OD1")
end if
if rollOver(21) then
go("OD2")
end if
if rollOver(22) then
go("OD3")
end if
end
on exitFrame
go(the frame)
end